Fix the 32-bit build (broken by previous changeset).
Signed-off-by: Keir Fraser <keir@xensource.com>
rm -f x86_32/*.o x86_32/*~ x86_32/core
rm -f x86_64/*.o x86_64/*~ x86_64/core
rm -f mtrr/*.o mtrr/*~ mtrr/core
+ rm -f acpi/*.o acpi/*~ acpi/core
delete-unfresh-files:
# nothing
void *va;
};
-#define MAP_DOM_MEM_CACHE_INIT { .pa = 0 }
-
static inline void
init_map_domain_mem_cache(struct map_dom_mem_cache *cache)
{
ASSERT(cache != NULL);
- *cache = MAP_DOM_MEM_CACHE_INIT;
+ cache->pa = 0;
}
static inline void *